[INFO] fetching crate dodecet-encoder 1.1.0...
[INFO] testing dodecet-encoder-1.1.0 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate dodecet-encoder 1.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate dodecet-encoder 1.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dodecet-encoder 1.1.0
[INFO] tweaked toml for crates.io crate dodecet-encoder 1.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dodecet-encoder 1.1.0 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dodecet-encoder 1.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e
[INFO] running `Command { std: "docker" "start" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling dodecet-encoder v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/eisenstein.rs:207:24
[INFO] [stdout]     |
[INFO] [stdout] 207 |             let norm = ((angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI));
[INFO] [stdout]     |                        ^                                                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 207 -             let norm = ((angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI));
[INFO] [stdout] 207 +             let norm = (angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::Write`
[INFO] [stdout]    --> src/lighthouse.rs:340:9
[INFO] [stdout]     |
[INFO] [stdout] 340 |     use std::fmt::Write;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SnapResult`
[INFO] [stdout]   --> src/seed_discovery.rs:39:47
[INFO] [stdout]    |
[INFO] [stdout] 39 | use crate::eisenstein::{EisensteinConstraint, SnapResult, COVERING_RADIUS};
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FunnelPhase`
[INFO] [stdout]   --> src/seed_discovery.rs:40:51
[INFO] [stdout]    |
[INFO] [stdout] 40 | use crate::temporal::{TemporalAgent, AgentAction, FunnelPhase, ChiralityState};
[INFO] [stdout]    |                                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ODD_CHAMBERS` is never used
[INFO] [stdout]   --> src/eisenstein.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | const ODD_CHAMBERS: [usize; 3] = [1, 3, 4];
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `constraint` is never read
[INFO] [stdout]    --> src/seed_discovery.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub struct SeedDiscovery {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 118 |     /// The constraint checker
[INFO] [stdout] 119 |     constraint: EisensteinConstraint,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
[INFO] running `Command { std: "docker" "inspect" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.121
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling wasm-bindgen-test-shared v0.2.121
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/eisenstein.rs:207:24
[INFO] [stdout]     |
[INFO] [stdout] 207 |             let norm = ((angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI));
[INFO] [stdout]     |                        ^                                                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 207 -             let norm = ((angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI));
[INFO] [stdout] 207 +             let norm = (angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::Write`
[INFO] [stdout]    --> src/lighthouse.rs:340:9
[INFO] [stdout]     |
[INFO] [stdout] 340 |     use std::fmt::Write;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SnapResult`
[INFO] [stdout]   --> src/seed_discovery.rs:39:47
[INFO] [stdout]    |
[INFO] [stdout] 39 | use crate::eisenstein::{EisensteinConstraint, SnapResult, COVERING_RADIUS};
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FunnelPhase`
[INFO] [stdout]   --> src/seed_discovery.rs:40:51
[INFO] [stdout]    |
[INFO] [stdout] 40 | use crate::temporal::{TemporalAgent, AgentAction, FunnelPhase, ChiralityState};
[INFO] [stdout]    |                                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ODD_CHAMBERS` is never used
[INFO] [stdout]   --> src/eisenstein.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | const ODD_CHAMBERS: [usize; 3] = [1, 3, 4];
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `constraint` is never read
[INFO] [stdout]    --> src/seed_discovery.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub struct SeedDiscovery {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 118 |     /// The constraint checker
[INFO] [stdout] 119 |     constraint: EisensteinConstraint,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.121
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.71
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.121
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling js-sys v0.3.98
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.71
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.71
[INFO] [stderr]    Compiling dodecet-encoder v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/eisenstein.rs:207:24
[INFO] [stdout]     |
[INFO] [stdout] 207 |             let norm = ((angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI));
[INFO] [stdout]     |                        ^                                                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 207 -             let norm = ((angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI));
[INFO] [stdout] 207 +             let norm = (angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::Write`
[INFO] [stdout]    --> src/lighthouse.rs:340:9
[INFO] [stdout]     |
[INFO] [stdout] 340 |     use std::fmt::Write;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SnapResult`
[INFO] [stdout]   --> src/seed_discovery.rs:39:47
[INFO] [stdout]    |
[INFO] [stdout] 39 | use crate::eisenstein::{EisensteinConstraint, SnapResult, COVERING_RADIUS};
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FunnelPhase`
[INFO] [stdout]   --> src/seed_discovery.rs:40:51
[INFO] [stdout]    |
[INFO] [stdout] 40 | use crate::temporal::{TemporalAgent, AgentAction, FunnelPhase, ChiralityState};
[INFO] [stdout]    |                                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lighthouse.rs:447:13
[INFO] [stdout]     |
[INFO] [stdout] 447 |         let mut lh = Lighthouse::new();
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ODD_CHAMBERS` is never used
[INFO] [stdout]   --> src/eisenstein.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | const ODD_CHAMBERS: [usize; 3] = [1, 3, 4];
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `constraint` is never read
[INFO] [stdout]    --> src/seed_discovery.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub struct SeedDiscovery {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 118 |     /// The constraint checker
[INFO] [stdout] 119 |     constraint: EisensteinConstraint,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 38.59s
[INFO] running `Command { std: "docker" "inspect" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/eisenstein.rs:207:24
[INFO] [stderr]     |
[INFO] [stderr] 207 |             let norm = ((angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI));
[INFO] [stderr]     |                        ^                                                             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 207 -             let norm = ((angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI));
[INFO] [stderr] 207 +             let norm = (angle + std::f64::consts::PI) / (2.0 * std::f64::consts::PI);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::fmt::Write`
[INFO] [stderr]    --> src/lighthouse.rs:340:9
[INFO] [stderr]     |
[INFO] [stderr] 340 |     use std::fmt::Write;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `SnapResult`
[INFO] [stderr]   --> src/seed_discovery.rs:39:47
[INFO] [stderr]    |
[INFO] [stderr] 39 | use crate::eisenstein::{EisensteinConstraint, SnapResult, COVERING_RADIUS};
[INFO] [stderr]    |                                               ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `FunnelPhase`
[INFO] [stderr]   --> src/seed_discovery.rs:40:51
[INFO] [stderr]    |
[INFO] [stderr] 40 | use crate::temporal::{TemporalAgent, AgentAction, FunnelPhase, ChiralityState};
[INFO] [stderr]    |                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ODD_CHAMBERS` is never used
[INFO] [stderr]   --> src/eisenstein.rs:69:7
[INFO] [stderr]    |
[INFO] [stderr] 69 | const ODD_CHAMBERS: [usize; 3] = [1, 3, 4];
[INFO] [stderr]    |       ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `constraint` is never read
[INFO] [stderr]    --> src/seed_discovery.rs:119:5
[INFO] [stderr]     |
[INFO] [stderr] 117 | pub struct SeedDiscovery {
[INFO] [stderr]     |            ------------- field in this struct
[INFO] [stderr] 118 |     /// The constraint checker
[INFO] [stderr] 119 |     constraint: EisensteinConstraint,
[INFO] [stderr]     |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `dodecet-encoder` (lib) generated 6 warnings (run `cargo fix --lib -p dodecet-encoder` to apply 4 suggestions)
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/lighthouse.rs:447:13
[INFO] [stderr]     |
[INFO] [stderr] 447 |         let mut lh = Lighthouse::new();
[INFO] [stderr]     |             ----^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dodecet-encoder` (lib test) generated 7 warnings (6 duplicates) (run `cargo fix --lib -p dodecet-encoder --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dodecet_encoder-c80a5d022fc579c0)
[INFO] [stdout] 
[INFO] [stdout] running 98 tests
[INFO] [stdout] test array::tests::test_average ... ok
[INFO] [stdout] test array::tests::test_creation ... ok
[INFO] [stdout] test array::tests::test_hex_string ... ok
[INFO] [stdout] test array::tests::test_sum ... ok
[INFO] [stdout] test array::tests::test_zip_map ... ok
[INFO] [stdout] test array::tests::test_map ... ok
[INFO] [stdout] test array::tests::test_from_slice ... ok
[INFO] [stdout] test array::tests::test_display ... ok
[INFO] [stdout] test array::tests::test_indexing ... ok
[INFO] [stdout] test calculus::tests::test_encode_decode_function ... ok
[INFO] [stdout] test calculus::tests::test_gradient ... ok
[INFO] [stdout] test calculus::tests::test_gradient_descent ... ok
[INFO] [stdout] test calculus::tests::test_integral ... ok
[INFO] [stdout] test calculus::tests::test_laplacian ... ok
[INFO] [stdout] test calculus::tests::test_ode_euler ... ok
[INFO] [stdout] test calculus::tests::test_taylor_series ... ok
[INFO] [stdout] test dodecet::tests::test_arithmetic ... ok
[INFO] [stdout] test dodecet::tests::test_bitwise_ops ... ok
[INFO] [stdout] test dodecet::tests::test_conversions ... ok
[INFO] [stdout] test dodecet::tests::test_count_bits ... ok
[INFO] [stdout] test dodecet::tests::test_creation ... ok
[INFO] [stdout] test dodecet::tests::test_normalize ... ok
[INFO] [stdout] test dodecet::tests::test_nibbles ... ok
[INFO] [stdout] test dodecet::tests::test_set_nibble ... ok
[INFO] [stdout] test dodecet::tests::test_signed ... ok
[INFO] [stdout] test eisenstein::tests::test_covering_radius ... ok
[INFO] [stdout] test eisenstein::tests::test_deadband_funnel ... ok
[INFO] [stdout] test calculus::tests::test_fourier_coefficients ... ok
[INFO] [stdout] test dodecet::tests::test_display ... ok
[INFO] [stdout] test eisenstein::tests::test_snap_origin ... ok
[INFO] [stdout] test eisenstein::tests::test_dodecet_roundtrip ... ok
[INFO] [stdout] test eisenstein::tests::test_merge_pessimistic ... ok
[INFO] [stdout] test calculus::tests::test_derivative ... ok
[INFO] [stdout] test eisenstein::tests::test_snap_near_lattice_point ... ok
[INFO] [stdout] test geometric::tests::test_box_contains ... ok
[INFO] [stdout] test geometric::tests::test_box_volume ... ok
[INFO] [stdout] test geometric::tests::test_point3d ... ok
[INFO] [stdout] test geometric::tests::test_transform_identity ... ok
[INFO] [stdout] test geometric::tests::test_transform_translation ... ok
[INFO] [stdout] test dodecet::tests::test_overflow ... ok
[INFO] [stdout] test geometric::tests::test_triangle_area ... ok
[INFO] [stdout] test hex::tests::test_equal_ignore_case ... ok
[INFO] [stdout] test geometric::tests::test_vector3d ... ok
[INFO] [stdout] test geometric::tests::test_vector3d_operations ... ok
[INFO] [stdout] test hex::tests::test_dodecet_count ... ok
[INFO] [stdout] test hex::tests::test_encode_decode ... ok
[INFO] [stdout] test hex::tests::test_encode_decode_dodecet ... ok
[INFO] [stdout] test hex::tests::test_is_valid ... ok
[INFO] [stdout] test hex::tests::test_remove_spaces ... ok
[INFO] [stdout] test hex::tests::test_uppercase_lowercase ... ok
[INFO] [stdout] test lighthouse::tests::test_gate_rejects_credentials ... ok
[INFO] [stdout] test hex::tests::test_xor ... ok
[INFO] [stdout] test lighthouse::tests::test_capacity_decreases_after_gate ... ok
[INFO] [stdout] test lighthouse::tests::test_gate_approves_clean_output ... ok
[INFO] [stdout] test lighthouse::tests::test_orient_adversarial_uses_hermes ... ok
[INFO] [stdout] test lighthouse::tests::test_gate_rejects_overclaims ... ok
[INFO] [stdout] test lighthouse::tests::test_relay_sets_seeding ... ok
[INFO] [stdout] test lighthouse::tests::test_orient_architecture_uses_glm ... ok
[INFO] [stdout] test lighthouse::tests::test_orient_drafting_uses_seed ... ok
[INFO] [stdout] test lighthouse::tests::test_orient_synthesis_uses_claude ... ok
[INFO] [stdout] test hex::tests::test_hex_view ... ok
[INFO] [stdout] test hex::tests::test_invalid_hex ... ok
[INFO] [stdout] test lighthouse::tests::test_gate_needs_approval_for_external ... ok
[INFO] [stdout] test lighthouse::tests::test_resource_summary ... ok
[INFO] [stdout] test seed_discovery::tests::test_tile_registry ... ok
[INFO] [stdout] test eisenstein::tests::test_right_skew ... ok
[INFO] [stdout] test seed_discovery::tests::test_trajectory_generators ... ok
[INFO] [stdout] test seed_discovery::tests::test_conditioning_prompt_structure ... ok
[INFO] [stdout] test simd::tests::test_simd_hex_decode ... ok
[INFO] [stdout] test simd::tests::test_simd_hex_encode ... ok
[INFO] [stdout] test simd::tests::test_simd_hex_roundtrip ... ok
[INFO] [stdout] test string::tests::test_bytes_conversion ... ok
[INFO] [stdout] test string::tests::test_bytes_odd_length ... ok
[INFO] [stdout] test seed_discovery::tests::test_seed_discovery_step ... ok
[INFO] [stdout] test string::tests::test_creation ... ok
[INFO] [stdout] test string::tests::test_display ... ok
[INFO] [stdout] test string::tests::test_from_slice ... ok
[INFO] [stdout] test string::tests::test_hex_string ... ok
[INFO] [stdout] test temporal::tests::test_agent_observe_convergence ... ok
[INFO] [stdout] test temporal::tests::test_agent_prediction_improves ... ok
[INFO] [stdout] test seed_discovery::tests::test_seed_discovery_noisy ... ok
[INFO] [stdout] test simd::tests::test_normalize_auto ... ok
[INFO] [stdout] test string::tests::test_push_pop ... ok
[INFO] [stdout] test temporal::tests::test_agent_temperature ... ok
[INFO] [stdout] test temporal::tests::test_agent_satisfied ... ok
[INFO] [stdout] test temporal::tests::test_agent_creation ... ok
[INFO] [stdout] test tests::test_constants ... ok
[INFO] [stdout] test temporal::tests::test_agent_actions_cover ... ok
[INFO] [stdout] test seed_discovery::tests::test_refinement_improves ... ok
[INFO] [stdout] test temporal::tests::test_agent_anomaly_detection ... ok
[INFO] [stdout] test temporal::tests::test_agent_chirality_locking ... ok
[INFO] [stdout] test temporal::tests::test_agent_summary ... ok
[INFO] [stdout] test eisenstein::tests::test_weyl_invariance ... ok
[INFO] [stdout] test seed_discovery::tests::test_seed_discovery_converging ... ok
[INFO] [stdout] test geometric::tests::test_point3d_normalized ... ok
[INFO] [stdout] test geometric::tests::test_point3d_signed ... ok
[INFO] [stdout] test hex::tests::test_format_spaced ... ok
[INFO] [stderr]      Running tests/edge_cases.rs (/opt/rustwide/target/debug/deps/edge_cases-a15fbec08b207a57)
[INFO] [stdout] test eisenstein::tests::test_covering_radius_never_exceeded ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 98 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test test_bitwise_operations_edge_cases ... ok
[INFO] [stderr]      Running tests/wasm_integration.rs (/opt/rustwide/target/debug/deps/wasm_integration-88a1532e96a65ddc)
[INFO] [stdout] test test_byte_packing_edge_cases ... ok
[INFO] [stdout] test test_calculus_integral_edge_cases ... ok
[INFO] [stdout] test test_dodecet_arithmetic_edge_cases ... ok
[INFO] [stdout] test test_calculus_derivative_edge_cases ... ok
[INFO] [stdout] test test_dodecet_array_sum_overflow ... ok
[INFO] [stdout] test test_dodecet_nibble_boundaries ... ok
[INFO] [stdout] test test_dodecet_normalization ... ok
[INFO] [stdout] test test_dodecet_boundary_values ... ok
[INFO] [stdout] test test_calculus_gradient_descent_edge_cases ... ok
[INFO] [stdout] test test_dodecet_array_boundaries ... ok
[INFO] [stdout] test test_dodecet_overflow ... ok
[INFO] [stdout] test test_dodecet_string_edge_cases ... ok
[INFO] [stdout] test test_hex_encoding_edge_cases ... ok
[INFO] [stdout] test test_transform3d_combinations ... ok
[INFO] [stdout] test test_point3d_boundaries ... ok
[INFO] [stdout] test test_vector3d_edge_cases ... ok
[INFO] [stdout] test test_transform3d_identity ... ok
[INFO] [stdout] test test_function_encoding_edge_cases ... ok
[INFO] [stdout] test test_vector3d_signed_values ... ok
[INFO] [stdout] test test_dodecet_signed_conversion ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test wasm_integration_tests::test_arithmetic_operations ... ok
[INFO] [stdout] test browser_simulation_tests::test_wasm_performance_characteristics ... ok
[INFO] [stdout] test wasm_integration_tests::test_bit_operations ... ok
[INFO] [stdout] test wasm_integration_tests::test_constraint_theory_integration ... ok
[INFO] [stdout] test wasm_integration_tests::test_dodecet_array ... ok
[INFO] [stdout] test wasm_integration_tests::test_distance_calculation_speed ... ok
[INFO] [stdout] test wasm_integration_tests::test_hex_array_format ... ok
[INFO] [stdout] test wasm_integration_tests::test_dodecet_range ... ok
[INFO] [stdout] test wasm_integration_tests::test_encoding_speed ... ok
[INFO] [stdout] test wasm_integration_tests::test_hex_round_trip ... ok
[INFO] [stdout] test wasm_integration_tests::test_dodecet_creation ... ok
[INFO] [stdout] test wasm_integration_tests::test_normalized_coordinates ... ok
[INFO] [stdout] test wasm_integration_tests::test_nibble_operations ... ok
[INFO] [stdout] test wasm_integration_tests::test_vector3d_operations ... ok
[INFO] [stdout] test wasm_integration_tests::test_point3d_creation ... ok
[INFO] [stdout] test wasm_integration_tests::test_signed_coordinates ... ok
[INFO] [stdout] test wasm_integration_tests::test_memory_efficiency ... ok
[INFO] [stdout] test wasm_integration_tests::test_geometric_operations_speed ... ok
[INFO] [stdout] test wasm_integration_tests::test_distance_calculation ... ok
[INFO] [stdout] test wasm_integration_tests::test_transform3d_operations ... ok
[INFO] [stdout] test wasm_integration_tests::test_decoding_speed ... FAILED
[INFO] [stdout] test browser_simulation_tests::test_browser_memory_constraints ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- wasm_integration_tests::test_decoding_speed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wasm_integration_tests::test_decoding_speed' (1160) panicked at tests/wasm_integration.rs:199:9:
[INFO] [stdout] Decoding too slow: 686.488ns
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64edabfd91a8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64edabfd91a8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64edabfd91a8 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64edabfd91a8 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64edabfed02a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64edabfed02a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x64edabfdd9c2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x64edabfdd9c2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64edabfb8356 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64edabfb8356 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64edabfd1749 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64edabf60bec - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x64edabf60bec - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64edabfd1902 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x64edabfd1902 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64edabfb8412 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64edabfafda9 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64edabfb912d - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64edabfed75c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64edabf4f484 - wasm_integration[9141a166c1f2e877]::wasm_integration_tests::test_decoding_speed
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/wasm_integration.rs:199:9
[INFO] [stdout]   20:     0x64edabf4dbc7 - wasm_integration[9141a166c1f2e877]::wasm_integration_tests::test_decoding_speed::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/wasm_integration.rs:182:29
[INFO] [stdout]   21:     0x64edabf537a6 - <wasm_integration[9141a166c1f2e877]::wasm_integration_tests::test_decoding_speed::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x64edabf53ccb - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x64edabf53ccb - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x64edabf61545 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x64edabf61545 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x64edabf61545 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x64edabf61545 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x64edabf61545 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64edabf61545 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x64edabf61545 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stderr] error: test failed, to rerun pass `--test wasm_integration`
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x64edabf5c0a4 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x64edabf5c0a4 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x64edabf645c2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x64edabf645c2 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x64edabf645c2 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x64edabf645c2 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x64edabf645c2 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x64edabf645c2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x64edabf645c2 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x64edabfd8b0f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   41:     0x64edabfd8b0f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7c2967ba8aa4 - <unknown>
[INFO] [stdout]   43:     0x7c2967c35a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     wasm_integration_tests::test_decoding_speed
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 21 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e", kill_on_drop: false }`
[INFO] [stdout] 7954d13886892b149dafa20d8949d026658dc5d64382e91516f49b5b36ca639e
